翻訳と辞書
Words near each other
・ Skeletal formula
・ Skeletal Lamping
・ Skeletal muscle
・ Skeletal pneumaticity
・ Skeletal Radiology
・ Skeletal survey
・ Skeletal system of the horse
・ Skeletal tower
・ Skeletal-muscle pump
・ Skelethon
・ Skeletochronology
・ Skeletocutis
・ Skeleton
・ Skeleton (Abe Vigoda album)
・ Skeleton (category theory)
Skeleton (computer programming)
・ Skeleton (disambiguation)
・ Skeleton (Donghae & Eunhyuk song)
・ Skeleton (Dungeons & Dragons)
・ Skeleton (Figurines album)
・ Skeleton (sport)
・ Skeleton (undead)
・ Skeleton Antique
・ Skeleton Army
・ Skeleton at the 1928 Winter Olympics
・ Skeleton at the 1948 Winter Olympics
・ Skeleton at the 2002 Winter Olympics
・ Skeleton at the 2002 Winter Olympics – Men's
・ Skeleton at the 2002 Winter Olympics – Women's
・ Skeleton at the 2006 Winter Olympics


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Skeleton (computer programming) : ウィキペディア英語版
Skeleton (computer programming)

Skeleton programming is a style of computer programming based on simple high-level program structures and so called dummy code. Program skeletons resemble pseudocode, but allow parsing, compilation and testing of the code. Dummy code is inserted in a program skeleton to simulate processing and avoid compilation error messages. It may involve empty function declarations, or functions that return a correct result only for a simple test case where the expected response of the code is known.
Skeleton programming facilitates a top-down design approach, where a partially functional system with complete high-level structures is designed and coded, and this system is then progressively expanded to fulfill the requirements of the project. Program skeletons are also sometimes used for high-level descriptions of algorithms. A program skeleton may also be utilized as a template that reflects syntax and structures commonly used in a wide class of problems.
Skeleton programs are utilized in the template method design pattern used in object-oriented programming (see that article for examples of skeleton programs). In object-oriented programming, dummy code corresponds to an abstract method, a method stub or a mock object. In the Java remote method invocation (Java RMI) nomenclature, a stub communicates on the client-side with a skeleton on the server-side.
==References==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Skeleton (computer programming)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.